bitkeeper revision 1.1159.170.53 (419e7eb2DUhjF-0rtAuKlW6KTzFV2A)
authorcl349@arcadians.cl.cam.ac.uk <cl349@arcadians.cl.cam.ac.uk>
Fri, 19 Nov 2004 23:16:02 +0000 (23:16 +0000)
committercl349@arcadians.cl.cam.ac.uk <cl349@arcadians.cl.cam.ac.uk>
Fri, 19 Nov 2004 23:16:02 +0000 (23:16 +0000)
Increase padding of tss_struct after size of io_bitmap was slightly reduced.
Without the padding, the tss_struct for other CPUs is not cacheline-aligned.

xen/include/asm-x86/processor.h

index 81ce7fab402fbfbd604f60f5be714949ad1284d2..f92b95ea8add2d98690bc94c921df898bdf3e7cd 100644 (file)
@@ -324,7 +324,7 @@ struct tss_struct {
     u16 bitmap;
     u8  io_bitmap[IOBMP_BYTES];
     /* Pads the TSS to be cacheline-aligned (total size is 0x2080). */
-    u32 __cacheline_filler[5];
+    u32 __cacheline_filler[6];
 };
 
 struct trap_bounce {